From b8005f4de920ad367ac5da03e54db7101172441f Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Thu, 19 Feb 2015 14:44:56 +0100 Subject: [PATCH] pathbar: use the same parameter as in the declaration --- gtk/gtkpathbar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c index 06e11c8067..740cf2f441 100644 --- a/gtk/gtkpathbar.c +++ b/gtk/gtkpathbar.c @@ -1849,9 +1849,9 @@ gtk_path_bar_get_info_callback (GCancellable *cancellable, } void -_gtk_path_bar_set_file (GtkPathBar *path_bar, - GFile *file, - const gboolean keep_trail) +_gtk_path_bar_set_file (GtkPathBar *path_bar, + GFile *file, + gboolean keep_trail) { struct SetFileInfo *info; -- 2.30.2